home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / muzik / DJM210.EXE / djm210 / DJMaster.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1998-02-09  |  928b  |  49 lines

  1. object Form5: TForm5
  2.   Left = 257
  3.   Top = 328
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'DJ Master'
  7.   ClientHeight = 260
  8.   ClientWidth = 410
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 410
  26.     Height = 260
  27.     Align = alClient
  28.     BevelWidth = 5
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 5
  32.       Top = 5
  33.       Width = 400
  34.       Height = 250
  35.       Align = alClient
  36.       Center = True
  37.       Picture.Data = {<image000.bmp>}
  38.       OnClick = Image1Click
  39.     end
  40.   end
  41.   object Timer1: TTimer
  42.     Enabled = False
  43.     Interval = 5000
  44.     OnTimer = Timer1Timer
  45.     Left = 8
  46.     Top = 8
  47.   end
  48. end
  49.